home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 1.2 KB | 30 lines | [TEXT/ScoM] |
- USING K2000 TUNINGS
-
- >As you can probably tell I've switched my set-up to a Kurzweil 2000 and
- >am trying to adjust paramaters. For tunings you state:
- >; note the number 1000 - this must be set properly to match the
- >; number of pitch steps between semitones, is synth-specific.
- >Do you know what the proper setting for the Kurzweil is. Or can you
- >more specific instructions.
-
- <podrazik@mrac.demon.co.uk> has been using tunings with K2000 and
- should know the resolution. You need also check that the synth
- actually receives the pitch bend information. Some synths have
- also a parameter that sets up how much the synth responses to the
- pitch bend, which together with the internal resolution determines
- the actual value you need to use in activate-tonality. Ask these
- from Janusz, too.
-
- >Also I tried using symbols form the Syn_clavier in a song with
- >symbol-scroll and it won't accept sharps and flats ie (-1 b) or (-1 d).
- >Any suggestions.
-
- Below works ok. Can you specify what do you mean?
-
- (symbol-scroll 1 '(a (1 b) (2 c)))
- --> ((2 c) a (1 b))
-
- There are functions which do not process transpose symbols. In such
- case when you need notes outside the scale, use chromatic tonality
- for that instrument. Then symbols a b c ... map to chromatic scale.
-